home *** CD-ROM | disk | FTP | other *** search
- global ds, goUp, gList, giNum
-
- on mouseUp
- imageName = "i" & giNum
- ArtName = getAt(gList, imageName)
- ShowFile = the moviePath & goUp & "Artwork" & ds & ArtName
- baOpenFile(ShowFile, EMPTY)
- if the platform contains "Mac" then
- Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
- else
- nothing()
- end if
- end
-